WebUiElementCollectionJS Constructor(WebUiElementJS[])
In This Topic
Initializes a new instance of the
WebUiElementCollectionJS class.
Syntax
// Parameters
var items; // Type: WebUiElementJS[]
var readOnly; // Type: boolean
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementCollectionJS(items, readOnly);
Parameters
- items
- An array of WebUiElementJS objects OR element identifiers.
Browser Compatibility
See Also